type runtime.buckhashArray

5 uses

	runtime (current package)
		mprof.go#L163: type buckhashArray [buckHashSize]atomic.UnsafePointer // *bucket
		mprof.go#L257: 	bh := (*buckhashArray)(buckhash.Load())
		mprof.go#L261: 		bh = (*buckhashArray)(buckhash.Load())
		mprof.go#L263: 			bh = (*buckhashArray)(sysAlloc(unsafe.Sizeof(buckhashArray{}), &memstats.buckhash_sys))